ImageGear .NET v24.12 - Updated
Add Method (NativeObjectArray<T,TParentType>)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace > NativeObjectArray<T,TParentType> Class : Add Method
The item to add to the list.
Adds an item to the list.
Syntax
'Declaration
 
Public Overridable Sub Add( _
   ByVal item As T _
) 
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Dim item As T
 
instance.Add(item)
public virtual void Add( 
   T item
)
public: virtual void Add( 
   T* item
) 
public:
virtual void Add( 
   T^ item
) 

Parameters

item
The item to add to the list.
Exceptions
ExceptionDescription
If item is null
See Also

Reference

NativeObjectArray<T,TParentType> Class
NativeObjectArray<T,TParentType> Members